Application serialNumber Attributeapp.serialNumber Description The serialNumber attribute contains an alphanumeric string which is the serial number of the installed version of After Effects. Type String; read-only. Example var serial = app.serialNumber; alert("This copy is serial number " + serial); |